QuickOPC User's Guide and Reference
TypedVtq Property (DAVtqResult<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAVtqResult<TValue> Class : TypedVtq Property
Gets or sets a DAVtq<TValue> (value, timestamp and quality) that is a successful result of the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public Property TypedVtq As DAVtq(Of TValue)
'Usage
 
Dim instance As DAVtqResult(Of TValue)
Dim value As DAVtq(Of TValue)
 
instance.TypedVtq = value
 
value = instance.TypedVtq
[CanBeNull()]
[DefaultValue("")]
public DAVtq<TValue> TypedVtq {get; set;}
[CanBeNull()]
[DefaultValue("")]
public:
property DAVtq<TValue^>^ TypedVtq {
   DAVtq<TValue^>^ get();
   void set (    DAVtq<TValue^>^ value);
}

Property Value

Contains a null reference, when System.Exception is not null. Contains a non-null object when System.Exception is null.
Remarks
The property has a different name from the base class in order to satisfy StreamInsight serialization limitations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also